-
Notifications
You must be signed in to change notification settings - Fork 106
Add preliminary support for Python 3.14 #1257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
I have no idea where this ast.Str comes from: I searched zopefoundation and Chameleon 4.4.4 which is still used – no success. So I am giving up here now. Anyone to take over? |
|
|
|
So the major issue for Python 3.14 support is now lack of support for Chameleon >= 4.5.0. See #1252 and malthe/chameleon#438, which is receiving ZERO attention. It used to be @d-maurer who took on those page template-related issues but he's fallen completely silent. I hope he is alright. |
Problems:
ast.Str– Configuring for pure-python z3c.pt#32zope.pagetemplate using no longer existingit is not used there at allast.Strast.Strast.Stris still used – chameleon 4.4.4 seems to be the reasonOther compatibility issues that may cause problems are captured in #1259.